Class yassl.lexer
All Packages This Package Previous Next
Class yassl.lexer
java.lang.Object
|
+----java.io.StreamTokenizer
|
+----yassl.lexer
-
public class
lexer
-
extends StreamTokenizer
-
implements lexemes
Class to convert input stream into lexemes.
Most of the work is done by StreamTokenizer, but some
of the stray ones are wiped up here.
-
lexer(InputStream)
-
-
nextLexeme()
-
lexer
public lexer(InputStream in)
nextLexeme
public void nextLexeme() throws IOException, parserError
All Packages This Package Previous Next